home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / Chip Haziran 2000.iso / prog / share / 31 / DATA1.CAB / MMC / immc.exe / mmc.exe / HTML / _VERT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-11-04  |  873 b   |  67 lines

  1. /* EXTERNAL STYLE SHEET FOR VERTICAL TASKPADS WITH LISTVIEW */
  2.  
  3. /* BUTTON ELEMENTS */
  4.  
  5. .divSymbolContainer
  6.     {
  7.     position:absolute;
  8.     left:51.4%;
  9.     top:16.5%;
  10.     width:48.6%;
  11.     height:81%;
  12.     }
  13.     
  14. .divSymbol
  15.     {
  16.     position:absolute;
  17.     width:45%;
  18.     height:23%;
  19.     overflow:hidden;
  20.     }
  21.  
  22. /* LISTVIEW ELEMENTS */
  23.  
  24. .divLVContainerTop
  25.     {
  26.     position:absolute;
  27.     left:3.3%;
  28.     top:16.5%;
  29.     width:44.7%;
  30.     height:81%;
  31.     }
  32.  
  33. .divLVTitle
  34.     {
  35.     position:absolute;
  36.     left:0%;
  37.     top:0%;
  38.     width:100%;
  39.     height:6.85%;
  40.     }
  41.  
  42. /*
  43. WORKAROUND FOR IE5 BUG:
  44. The following style attributes were removed from tblLVTitle:
  45.     padding-left:2%;
  46.     padding-right:2%;
  47. */
  48.  
  49. .divLVButton
  50.     {
  51.     position:absolute;
  52.     left:70%;
  53.     top:20%;
  54.     width:28%;
  55.     height:60%;
  56.     background-color:threedshadow;
  57.     }
  58.  
  59. .divLV
  60.     {
  61.     position:absolute;
  62.     left:0%;
  63.     top:6.85%;
  64.     width:100%;
  65.     height:93.15%;
  66.     }
  67.